The command for forwarding port 80 from your local machine ( localhost ) to the remote host on port 8000 is: ssh -R 8000:localhost:80 oli@remote-machine
The challenge ahead: Transfer all traffic from server A to server B. Since all tunnel protocols are closed in server A, I thought reverse ssh is a good option.